projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bdb075
)
* src/nsterm.m: Declare a global (Bug#10694).
author
Chong Yidong
<cyd@gnu.org>
Sat, 4 Feb 2012 15:10:54 +0000
(23:10 +0800)
committer
Chong Yidong
<cyd@gnu.org>
Sat, 4 Feb 2012 15:10:54 +0000
(23:10 +0800)
src/ChangeLog
patch
|
blob
|
history
src/nsterm.m
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 92663dd69e7e9ff1947292a28a20f2cd937f27a3..40e64761241a01bf616fc30fc0782202abea2ef4 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2012-02-04 Chong Yidong <cyd@gnu.org>
+
+ * nsterm.m: Declare a global (Bug#10694).
+
2012-02-04 Eli Zaretskii <eliz@gnu.org>
* w32.c (get_emacs_configuration_options): Include
diff --git
a/src/nsterm.m
b/src/nsterm.m
index 277af26f14966b8742daaa0df3f6e461c1dbbd32..a45792fd6450b28a68c0c0184bb5d3f877f7d7eb 100644
(file)
--- a/
src/nsterm.m
+++ b/
src/nsterm.m
@@
-65,6
+65,7
@@
int term_trace_num = 0;
#define NSTRACE(x)
#endif
+extern NSString *NSMenuDidBeginTrackingNotification;
/* ==========================================================================